SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : FreeSurfaceDataSeries3D<TX,TY,TZ> Class
FreeSurfaceDataSeries3D<TX,TY,TZ> Class Properties

For a list of all members of this type, see FreeSurfaceDataSeries3D<TX,TY,TZ> members.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether this instance is dirty. If dirty, any cached data must be re-calculated. You can set this value to True to force recalculation of caches. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D)
Public PropertyOverridden.  Gets or sets value determining whether the heightmap is dirty. If dirty, cached data must be re-calculated.  
Public PropertyOverridden.  Gets or sets value determining whether the mesh is dirty. If dirty, cached data must be re-calculated.  
Public Property Gets a value indicating whether updates for the target are currently suspended. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Gets or sets a data offset by X axis of the Surface.  
Public Property Gets or sets a data offset by Y axis of the Surface.  
Public Property Gets or sets a data offset by Z axis of the Surface.  
Public PropertyGets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Gets number of U segments of the 2D grid.  
Public Property Gets number of V segments of the 2D grid.  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the X direction.  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the Y direction.  
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the Z direction.  
Top
See Also